ASP.NET Core MVC コントロールヘルプ
Bind(String,String,String) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexPieBaseBuilder<T,TControl,TBuilder> クラス > Bind メソッド : Bind(String,String,String) メソッド
Gets or sets the name of the property that contains the name of the data item.
The name of the property that contains the Y values.
The url of the action which is used for reading data
Bind data with specified name property, value property and the url of the action which is used for reading data.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal nameProperty As System.String, _
   ByVal valueProperty As System.String, _
   ByVal readActionUrl As System.String _
) As FlexPieBaseBuilder(Of T,TControl,TBuilder)
public FlexPieBaseBuilder<T,TControl,TBuilder> Bind( 
   System.string nameProperty,
   System.string valueProperty,
   System.string readActionUrl
)

パラメータ

nameProperty
Gets or sets the name of the property that contains the name of the data item.
valueProperty
The name of the property that contains the Y values.
readActionUrl
The url of the action which is used for reading data

戻り値の型

Current builder
参照

FlexPieBaseBuilder<T,TControl,TBuilder> クラス
FlexPieBaseBuilder<T,TControl,TBuilder> メンバ
オーバーロード一覧